stars object with 2 dimensions and 1 attribute
attribute(s):
Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
test.grd 138.7071 293.9575 371.9001 425.606 501.0102 1736.058 6022
dimension(s):
from to refsys values x/y
x 1 80 Amersfoort / RD New [80x115] 178451,...,181611 [x]
y 1 115 Amersfoort / RD New [80x115] 329530,...,334090 [y]
curvilinear grid
stars class
str(meuse_rast)
List of 1
$ test.grd: num [1:80, 1:115] NA NA NA NA NA NA NA NA NA NA ...
- attr(*, "dimensions")=List of 2
..$ x:List of 7
.. ..$ from : num 1
.. ..$ to : num 80
.. ..$ offset: num NA
.. ..$ delta : num NA
.. ..$ refsys:List of 2
.. .. ..$ input: chr "EPSG:28992"
.. .. ..$ wkt : chr "PROJCRS[\"Amersfoort / RD New\",\n BASEGEOGCRS[\"Amersfoort\",\n DATUM[\"Amersfoort\",\n E"| __truncated__
.. .. ..- attr(*, "class")= chr "crs"
.. ..$ point : logi NA
.. ..$ values: num [1:80, 1:115] 178451 178491 178531 178571 178611 ...
.. ..- attr(*, "class")= chr "dimension"
..$ y:List of 7
.. ..$ from : num 1
.. ..$ to : num 115
.. ..$ offset: num NA
.. ..$ delta : num NA
.. ..$ refsys:List of 2
.. .. ..$ input: chr "EPSG:28992"
.. .. ..$ wkt : chr "PROJCRS[\"Amersfoort / RD New\",\n BASEGEOGCRS[\"Amersfoort\",\n DATUM[\"Amersfoort\",\n E"| __truncated__
.. .. ..- attr(*, "class")= chr "crs"
.. ..$ point : logi NA
.. ..$ values: num [1:80, 1:115] 334090 334090 334090 334090 334090 ...
.. ..- attr(*, "class")= chr "dimension"
..- attr(*, "raster")=List of 4
.. ..$ affine : num [1:2] 0 0
.. ..$ dimensions : chr [1:2] "x" "y"
.. ..$ curvilinear: logi TRUE
.. ..$ blocksizes : NULL
.. ..- attr(*, "class")= chr "stars_raster"
..- attr(*, "class")= chr "dimensions"
- attr(*, "class")= chr "stars"
stars object with 2 dimensions and 1 attribute
attribute(s):
Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
test.grd 138.7071 293.9575 371.9001 425.606 501.0102 1736.058 6022
dimension(s):
from to refsys values x/y
x 1 80 Amersfoort / RD New [80x115] 178451,...,181611 [x]
y 1 115 Amersfoort / RD New [80x115] 329530,...,334090 [y]
curvilinear grid
meuse_rast_ll
stars object with 2 dimensions and 1 attribute
attribute(s):
Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
test.grd 138.7071 293.9575 371.9001 425.606 501.0102 1736.058 6022
dimension(s):
from to refsys values x/y
x 1 80 +proj=longlat +datum=NAD8... [80x115] 5.721,...,5.767 [x]
y 1 115 +proj=longlat +datum=NAD8... [80x115] 50.96,...,51 [y]
curvilinear grid